Uses of Class
no.uib.cipr.matrix.PermutationMatrix

Packages that use PermutationMatrix
no.uib.cipr.matrix Dense and structured sparse matrices, along with matrix factorisations and solvers. 
 

Uses of PermutationMatrix in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return PermutationMatrix
static PermutationMatrix PermutationMatrix.fromPartialPivots(int[] pivots)
          The sequential row permutations to perform, e.g.
 PermutationMatrix DenseLU.getP()
          Returns the permutation matrix.
 



Copyright © 2015. All Rights Reserved.