| Modifier and Type | Field and Description |
|---|---|
Zltmat |
Zludpp.L
The lower triangular matrix L
|
| Modifier and Type | Method and Description |
|---|---|
static Zltmat |
Inv.o(Zltmat L)
Computes the inverse of a Zltmat.
|
| Modifier and Type | Method and Description |
|---|---|
static Zmat |
Solve.ahib(Zltmat L,
Zmat B)
Solves LHX = B, where L is a Zltmat and B is a Zmat.
|
static Zmat |
Solve.aib(Zltmat L,
Zmat B)
Solves LX = B, where L is a Zltmat and B is a Zmat.
|
static Zmat |
Solve.bahi(Zmat B,
Zltmat L)
Solves XLH = B, where L is a Zltmat and B is a Zmat.
|
static Zmat |
Solve.bai(Zmat B,
Zltmat L)
Solves XL = B, where L is a Zltmat and B is a Zmat.
|
static Zltmat |
Inv.o(Zltmat L)
Computes the inverse of a Zltmat.
|
Copyright © 2015. All rights reserved.