Class NMatrixLU
In: src/na_linalg.c
Parent: Object

:nodoc:

Methods

solve  

Public Instance methods

Solve with the result of LU factorization. arg should be NMatrix or NVector instance. Returns an instance of same class with arg.

[Validate]