An identity matrix with values of type T
.
More...
#include <shark/LinAlg/BLAS/matrix_expression.hpp>
Public Member Functions | |
identity_matrix () | |
identity_matrix (std::size_t size) | |
An identity matrix with values of type T
.
Elements or cordinates \((i,i)\) are equal to 1 (one) and all others to 0 (zero).
Definition at line 497 of file matrix_expression.hpp.
|
inline |
Definition at line 500 of file matrix_expression.hpp.
|
inline |
Definition at line 501 of file matrix_expression.hpp.