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

Method m

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

Source from the content-addressed store, hash-verified

55
56template<class Form, class Type>
57inline Foam::label Foam::Matrix<Form, Type>::m() const
58{
59 return mRows_;
60}
61
62
63template<class Form, class Type>

Callers 15

mainFunction · 0.45
calcFitFunction · 0.45
makeCellCellsFunction · 0.45
dimensionSets.CFile · 0.45
DiagonalMatrix.CFile · 0.45
Matrix.CFile · 0.45
MatrixIO.CFile · 0.45
LUDecomposeFunction · 0.45
multiplyFunction · 0.45
SVD.CFile · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36