org.esa.beam.util.math
Interface MatrixFactory

All Known Implementing Classes:
ColumnMajorMatrixFactory

public interface MatrixFactory

Matrix factory.

Version:
$Revision$ $Date$
Author:
Ralf Quast

Method Summary
 double[][] createMatrix(int m, int n, double[] values)
          Creates a matrix from a given array of values.
 

Method Detail

createMatrix

double[][] createMatrix(int m,
                        int n,
                        double[] values)
Creates a matrix from a given array of values.

Parameters:
m - the number of rows in the matrix being created.
n - the number of columns in the matrix being created.
values - the values.
Returns:
the matrix created from the values array.


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.