|
LinearSolveFunction
LinearSolveFunction[dimensions, data] represents a function for providing solutions to a matrix equation.
LinearSolveFunction[... ] is generated by LinearSolve[m].
LinearSolveFunction works like Function.
LinearSolveFunction[... ][b] finds the solution to the matrix equation m . x == b for the specific vector or matrix b.
In standard output format, only the dimensions element of a LinearSolveFunction object is printed explicitly. The remaining elements are indicated by <>.
dimensions specifies the dimensions of the matrix m from which the LinearSolveFunction was constructed.
See Section 2.2.8.
See also: LinearSolve, Inverse, LUDecomposition, CholeskyDecomposition.
New in Version 5.0.
|