Packages

trait Pivoting extends AnyRef

The Pivoting trait is used when row or column pivoting of a matrix is needed.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pivoting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def reorderCols(a: MatriD, piv: VectorI): MatriD

    Reorder the columns of matrix 'a' according to the pivot vector 'piv'.

    Reorder the columns of matrix 'a' according to the pivot vector 'piv'.

    a

    the matrix to reorder

  2. def reorderRows(a: MatriD, piv: VectorI): MatriD

    Reorder the rows of matrix 'a' according to the pivot vector 'piv'.

    Reorder the rows of matrix 'a' according to the pivot vector 'piv'.

    a

    the matrix to reorder