kmath-core
/
space.kscience.kmath.linear
/
LinearSolver
common
Linear
Solver
interface
LinearSolver
<
T
:
Any
>
Content copied to clipboard
A group of methods to resolve equation A dot X = B, where A and B are matrices or vectors
Functions
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
inverse
Link copied to clipboard
common
abstract fun
inverse
(a:
Matrix
<
T
>):
Matrix
<
T
>
Content copied to clipboard
solve
Link copied to clipboard
common
abstract fun
solve
(a:
Matrix
<
T
>, b:
Matrix
<
T
>):
Matrix
<
T
>
Content copied to clipboard
open fun
solve
(a:
Matrix
<
T
>, b:
Point
<
T
>):
Point
<
T
>
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard