romeric/Fastor

Is it possible to access a particular row or column of matrix and perform operation on it only

Closed this issue · 1 comments

Is it possible to access a particular row or column of matrix and perform operation on it only ?

Yes, please read the documentation:

Get the 2nd row of a matrix:

A(1, all)

Get the second column of a matriix

A(all, 1)