Create a RefMatrix of integers

Hello
I use BasicLinearAlgebra library and I have a problem to define RefMatrix of integers.
A standard RefMatrix of size [4,4] of type float as part of the matrix [8,8] can be define like using Submatrix fuction:

  Matrix<8, 8> bigMatrix;
  RefMatrix<4, 4, Array<8, 8>> bigMatrixRef(bigMatrix.Submatrix<4, 4>(4, 2));

If you post in the French forum, please use French as a language.

➜ moved to the general English forum

——

Hello sdaniel
Did you you have read and study the documentation, didn´t you?
You may take a search engine on your choice an look for some tutorials provided by the WWW, too.

Have a nice day and enjoy coding in C++.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.