org.das2.math.matrix.ArrayMatrix


copy

copy( org.das2.math.matrix.Matrix m ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


get

get( int row, int col ) → double

Returns:

double

search for examples view on GitHub view source


rowTimes

rowTimes( int row, double s ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


rowTimesAddTo

rowTimesAddTo( int srcRow, double s, int dstRow ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


set

set( int row, int col, double d ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


swapRows

swapRows( int row1, int row2 ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source