Go to the documentation of this file.
49 "SquareMatrix<Type>::SquareMatrix(const label m, const label n)"
50 ) <<
"m != n for constructing a square matrix" <<
exit(
FatalError);
68 "SquareMatrix<Type>::SquareMatrix"
69 "(const label m, const label n, const Type&)"
70 ) <<
"m != n for constructing a square matrix" <<
exit(
FatalError);