|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
C = AT*BT
C = alpha*AT*BT
C = AT*BT + C
C = alpha*AT*BT + C
C = AT*B
C = alpha*AT*B
C = AT*B + C
C = alpha*AT*B + C
C = A*BT
C = alpha*A*BT
C = A*BT + C
C = alpha*A*BT + C
y = AT*x
y = alpha*AT*x
y = AT*x + y
y = alpha*AT*x + y
B
.
A = CT*C + A
The matrices must be square and
of the same size
A = alpha*CT*C + A
The matrices must be
square and of the same size
A = BT*C + CT*B + A
.
A = alpha*BT*C + alpha*CT*B + A
.
AT\B
, overwriting B
AT\B
, overwriting B
x = AT\b
.
X = AT\B
.
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.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |