|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.retro.neural.LinSysSolver
| Constructor Summary | |
LinSysSolver()
|
|
| Method Summary | |
static boolean |
isSolvable(Matrix a,
Vector b)
|
static AffinLinearSubspace |
solutionSpace(Matrix a,
Vector b)
|
static Vector |
solve(Matrix a,
Vector b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LinSysSolver()
| Method Detail |
public static AffinLinearSubspace solutionSpace(Matrix a,
Vector b)
throws InvalidOperationException
InvalidOperationException
public static Vector solve(Matrix a,
Vector b)
public static boolean isSolvable(Matrix a,
Vector b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||