Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
template<class Form , class Cmpt , direction Mrows, direction Ncols> | |
typeOfTranspose< Cmpt, Form >::type | T (const MatrixSpace< Form, Cmpt, Ncols, Mrows > &matrix) |
template<class Form , class Cmpt , direction Ncmpts> | |
typeOfTranspose< Cmpt, Form >::type | T (const VectorSpace< Form, Cmpt, Ncmpts > &v) |
template<class Form1 , class Form2 , class Cmpt , direction Mrows1, direction Ncols1, direction Mrows2, direction Ncols2> | |
typeOfInnerProduct< Cmpt, Form1, Form2 >::type | operator & (const MatrixSpace< Form1, Cmpt, Mrows1, Ncols1 > &matrix1, const MatrixSpace< Form2, Cmpt, Mrows2, Ncols2 > &matrix2) |
template<class Form , class VSForm , class Cmpt , direction Mrows, direction Ncols> | |
typeOfInnerProduct< Cmpt, Form, VSForm >::type | operator & (const MatrixSpace< Form, Cmpt, Mrows, Ncols > &matrix, const VectorSpace< VSForm, Cmpt, Ncols > &v) |
template<class Form1 , class Form2 , class Cmpt , direction Ncmpts1, direction Ncmpts2> | |
typeOfOuterProduct< Cmpt, Form1, Form2 >::type | operator* (const VectorSpace< Form1, Cmpt, Ncmpts1 > &v1, const VectorSpace< Form2, Cmpt, Ncmpts2 > &v2) |
Original source file MatrixSpaceI.H
Definition in file MatrixSpaceI.H.