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

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

Introduction

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

The text is from its open source code.

Constructor

QRDecomposition(Matrix a)
Constructs and returns a new QR decomposition object; computed by Householder reflections; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.

Method

Matrixsolve(Matrix B)
Least squares solution of A*X = B; returns X.