|
|
__cuda_callable__ constexpr | StaticMatrix (const StaticMatrix &)=default |
|
__cuda_callable__ constexpr | StaticMatrix (const std::initializer_list< Value > &elems) |
|
template<typename T> |
| __cuda_callable__ constexpr | StaticMatrix (const T &v) |
|
__cuda_callable__ Containers::StaticVector< Rows, Value > | operator* (const Containers::StaticVector< Columns, Value > &vector) const |
|
template<typename T> |
| __cuda_callable__ constexpr StaticMatrix< Value, Rows, Columns > & | operator*= (const T &value) |
|
__cuda_callable__ constexpr StaticMatrix< Value, Rows, Columns > & | operator+= (const StaticMatrix< Value, Rows, Columns > &matrix) |
|
__cuda_callable__ constexpr StaticMatrix< Value, Rows, Columns > & | operator-= (const StaticMatrix< Value, Rows, Columns > &matrix) |
|
template<typename T> |
| __cuda_callable__ constexpr StaticMatrix< Value, Rows, Columns > & | operator/= (const T &value) |
|
template<typename T> |
| __cuda_callable__ constexpr StaticMatrix & | operator= (const T &v) |
|
template<typename T> |
| __cuda_callable__ constexpr StaticMatrix< Value, Rows, Columns, Permutation > & | operator= (const T &v) |
|
void | print (std::ostream &str) const |
|
constexpr void | setValue (Value value) |
| | Sets all elements of the array to given value.
|
The documentation for this class was generated from the following file:
- src/TNL/Matrices/StaticMatrix.h