| Modifier and Type | Field and Description |
|---|---|
Zutmat |
Zqrd.R
The R factor.
|
Zutmat |
Zhqrd.R
The R factor.
|
Zutmat |
Zchol.R
The Cholesky factor
|
Zutmat |
Schur.T
The upper triangular matrix.
|
Zutmat |
Zludpp.U
The upper triangular matrix U
|
| Modifier and Type | Method and Description |
|---|---|
static Zutmat |
Inv.o(Zutmat U)
Computes the inverse of a Zutmat.
|
| Modifier and Type | Method and Description |
|---|---|
static Zmat |
Solve.ahib(Zutmat U,
Zmat B)
Solves UHX = B, where U is a Zutmat and B is a Zmat.
|
static Zmat |
Solve.aib(Zutmat U,
Zmat B)
Solves UX = B, where U is a Zutmat and B is a Zmat.
|
static Zmat |
Solve.bahi(Zmat B,
Zutmat U)
Solves XUH = B, where U is a Zutmat and B is a Zmat.
|
static Zmat |
Solve.bai(Zmat B,
Zutmat U)
Solves XU = B, where U is a Zutmat and B is a Zmat.
|
static Zutmat |
Inv.o(Zutmat U)
Computes the inverse of a Zutmat.
|
Copyright © 2015. All rights reserved.