Example usage for org.apache.commons.math3.linear LU LU

List of usage examples for org.apache.commons.math3.linear LU LU

Introduction

In this page you can find the example usage for org.apache.commons.math3.linear LU LU.

Prototype

LU

Source Link

Usage

From source file:jmatbench.commonsmath.CommonsMathAlgorithmFactory.java

@Override
public MatrixProcessorInterface lu() {
    return new LU();
}