Java org.apache.commons.math3.linear BlockRealMatrix fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.linear BlockRealMatrix fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.linear BlockRealMatrix.

The text is from its open source code.

Constructor

BlockRealMatrix(final int rows, final int columns)
Create a new matrix with the supplied row and column dimensions.
BlockRealMatrix(final double[][] rawData)
Create a new dense matrix copying entries from raw layout data.

Method