public class BPrime extends SpSymFltMatrix
| Modifier and Type | Class and Description |
|---|---|
static class |
BPrime.MatrixElementBuilder |
FloatMatrix.RowFunction| Constructor and Description |
|---|
BPrime(ACBranchAdjacencies adj,
BPrime.MatrixElementBuilder bldr)
Constructor for sharing of adjacencies & external element building
|
BPrime(PAModel model)
Construct B' directly from the model
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String... args) |
addInPlace, dump, factorize, factorize, getBDiag, getColumnCount, getRowCount, getValue, incBdiag, incBoffdiag, multInPlace, setValueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbackwardSubstitution, divInPlace, rotateGivens, subInPlace, wrappublic BPrime(ACBranchAdjacencies adj, BPrime.MatrixElementBuilder bldr)
adj - branch adjacency matrixbldr - class to build elements for the matrixpublic BPrime(PAModel model) throws PAModelException
model - PAModelException