| Modifier and Type | Method and Description |
|---|---|
static Zpsdmat |
Times.aah(Zmat A)
Computes AAH, where A is a Zmat.
|
static Zpsdmat |
Times.aha(Zmat A)
Computes AHA, where A is a Zmat.
|
static Zpsdmat |
Inv.o(Zpsdmat A)
Computes the inverse of a Zpsdmat.
|
| Modifier and Type | Method and Description |
|---|---|
static Zmat |
Solve.aib(Zpsdmat A,
Zmat B)
Solves AX = B, where A is a Zpsdmat and B is a Zmat.
|
static Zmat |
Solve.bai(Zmat B,
Zpsdmat A)
Solves XA = B, where A is a Zpsdmat and B is a Zmat.
|
static Zpsdmat |
Inv.o(Zpsdmat A)
Computes the inverse of a Zpsdmat.
|
Copyright © 2015. All rights reserved.