Java org.apache.mahout.math DenseMatrix fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math DenseMatrix fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math DenseMatrix.

The text is from its open source code.

Constructor

DenseMatrix(double[][] values, boolean shallowCopy)
Construct a matrix from the given values
DenseMatrix(int rows, int columns)
Constructs an empty matrix of the given size.
DenseMatrix(double[][] values)
Construct a matrix from the given values

Method