MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / size

Method size

src/OpenFOAM/matrices/Matrix/MatrixI.H:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70template<class Form, class Type>
71inline Foam::label Foam::Matrix<Form, Type>::size() const
72{
73 return mRows_*nCols_;
74}
75
76
77template<class Form, class Type>

Calls

no outgoing calls

Tested by

no test coverage detected