Makes identity tensor(matrix).
You can find more information in comments below.
template<class TYPE, size_t SIZE>
void identity(TTensor<TYPE, SIZE, SIZE> &m); // Makes identity NxN tensor(matrix)
Namespace: | nitisa::math |
Include: | Nitisa/Modules/Math/Tensor.h |