Module faer_core::row

source ·
Expand description

Row view creation module.

Functions§

  • Creates a RowRef from pointers to the row vector data, number of columns, and column stride.
  • Creates a RowMut from pointers to the row vector data, number of columns, and column stride.
  • Creates a RowRef from slice views over the row vector data, The result has the same number of columns as the length of the input slice.
  • Creates a RowMut from slice views over the row vector data, The result has the same number of columns as the length of the input slice.