Index
All Classes and Interfaces|All Packages|Serialized Form
B
- BandCholesky - Class in no.uib.cipr.matrix
-
Banded Cholesky decomposition
- BandCholesky(int, int, boolean) - Constructor for class no.uib.cipr.matrix.BandCholesky
-
Constructor for BandCholesky
- BandLU - Class in no.uib.cipr.matrix
-
Banded LU decomposition
- BandLU(int, int, int) - Constructor for class no.uib.cipr.matrix.BandLU
-
Constructor for BandLU
- BandMatrix - Class in no.uib.cipr.matrix
-
Banded matrix.
- BandMatrix(int, int, int) - Constructor for class no.uib.cipr.matrix.BandMatrix
-
Constructor for BandMatrix
- BandMatrix(Matrix, int, int) - Constructor for class no.uib.cipr.matrix.BandMatrix
-
Constructor for BandMatrix
- BandMatrix(Matrix, int, int, boolean) - Constructor for class no.uib.cipr.matrix.BandMatrix
-
Constructor for BandMatrix
- barrier() - Method in class no.uib.cipr.matrix.distributed.Communicator
-
Deprecated.Blocks until all process have reached this routine.
- Basic linear algebra - Search tag in interface no.uib.cipr.matrix.Matrix
- Section
- Basic linear algebra - Search tag in interface no.uib.cipr.matrix.Vector
- Section
- Basic operations - Search tag in interface no.uib.cipr.matrix.Matrix
- Section
- Basic operations - Search tag in interface no.uib.cipr.matrix.Vector
- Section
- BiCG - Class in no.uib.cipr.matrix.sparse
-
BiCG solver.
- BiCG(Vector) - Constructor for class no.uib.cipr.matrix.sparse.BiCG
-
Constructor for BiCG.
- BiCGstab - Class in no.uib.cipr.matrix.sparse
-
BiCG stablized solver.
- BiCGstab(Vector) - Constructor for class no.uib.cipr.matrix.sparse.BiCGstab
-
Constructor for BiCGstab.
- BlockDiagonalPreconditioner - Class in no.uib.cipr.matrix.distributed
-
Deprecated.
- BlockDiagonalPreconditioner(Preconditioner) - Constructor for class no.uib.cipr.matrix.distributed.BlockDiagonalPreconditioner
-
Deprecated.Constructor for BlockDiagonalPreconditioner
- Breakdown - Enum constant in enum no.uib.cipr.matrix.NotConvergedException.Reason
-
The iterative process detected a breakdown
- broadcast(Object, int) - Method in class no.uib.cipr.matrix.distributed.Communicator
-
Deprecated.Broadcasts a message from the process with rank "root" to all other processes of the group.
All Classes and Interfaces|All Packages|Serialized Form
no.uib.cipr.matrix.distributed
package has been deprecated because of a number of hard to fix concurrency bugs. It is distributed only for backwards compatibility, but is not recommended. The utility of this package is questionable, as it does not allow distribution of computation between JVMs or across a network. For many people, distributed computing of multiple matrices can be achieved at a user-level through the JPPF Framework. Users who need to deal with few very large matrices may wish to implement their own storage classes and solvers using JPPF, but this will not be supported directly in matrix-toolkits-java.