Examples:
More...
#include <VectorMatrix.hpp>
template<
typename T>
class LinearAlgebra::VectorMatrix< T >
Examples:
{1,2,3},
{4,5,6},
{7,8,9}
});
{11,12,13},
{14,15,16},
{17,18,19}
});
Examples:
Definition VectorMatrix.hpp:32
VectorMatrix()
Definition VectorMatrix.hpp:61
◆ VectorMatrix() [1/4]
◆ VectorMatrix() [2/4]
◆ VectorMatrix() [3/4]
◆ VectorMatrix() [4/4]
◆ ~VectorMatrix()
◆ getColumns()
◆ getMatrix() [1/2]
◆ getMatrix() [2/2]
◆ getRows()
return count rows
- Returns
◆ operator!()
Transponse matrix.
A = [[1,2,3],
At = [[1,4,7]
[4,5,6], => [2,5,8],
[7,8,9]] [9,6,3]]
◆ operator()() [1/2]
◆ operator()() [2/2]
◆ operator*() [1/2]
◆ operator*() [2/2]
Scalar multiplication A*a where: A is matrix of VectorMatrix type a is number of type that set in template.
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ validation()
◆ operator<<
The documentation for this class was generated from the following file:
- /home/runner/work/linear-library/linear-library/include/linear-algebra/vector_matrix/VectorMatrix.hpp