Go to the documentation of this file.
42 #ifndef RectangularMatrix_H
43 #define RectangularMatrix_H
60 public Matrix<RectangularMatrix<Type>, Type>
100 template<
class AnyType>
119 template<
class MatrixType>
123 template<
class MatrixType>
A templated (m x n) matrix of objects of <T>. The layout is (mRows x nCols) - row-major order:
Templated identity and dual space identity tensors derived from SphericalTensor.
A templated block of an (m x n) matrix of type <MatrixType>.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
RectangularMatrix & operator=(const RectangularMatrix &)=default
A templated (M x N) rectangular matrix of objects of <Type>, containing M*N elements,...
RectangularMatrix()=default
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A templated (N x N) square matrix of objects of <Type>, containing N*N elements, derived from Matrix.
An ordered pair of two objects of type <T> with first() and second() elements.
autoPtr< RectangularMatrix< Type > > clone() const
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...