org.jmatrices.dbl.transformer
Class MatrixPermute

java.lang.Object
  extended byorg.jmatrices.dbl.transformer.MatrixPermute

public class MatrixPermute
extends java.lang.Object

MatrixPermute

This is an open thought on a direction that we might take and that might ease decompositions!!

Author: purangp

Date: 12.03.2004 Time: 12:43:51


Method Summary
static Matrix swapColumn(int col1, int col2)
           
static Matrix swapRow(int row1, int row2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

swapRow

public static Matrix swapRow(int row1,
                             int row2)

swapColumn

public static Matrix swapColumn(int col1,
                                int col2)