public class Block extends Object
| Constructor and Description |
|---|
Block() |
| Modifier and Type | Method and Description |
|---|---|
static Zmat[][] |
o(Zmat A,
int[] ii,
int[] jj)
This method takes a Zmat A and two arrays ii and jj of length m and
n and produces an (m-1)x(n-1) block matrix Zmat[m-1][n-1], whose
(i,j)-element is A.get(ii[i], ii[i+1]-1, jj[j], jj[j+1]-1).
|
public static Zmat[][] o(Zmat A, int[] ii, int[] jj) throws JampackException
A - The matrix to be partitionedii[] - The row indices of the partitionjj[] - The column indices of the partitionJampackException - Thrown if the submatrices are not conformable.Copyright © 2015. All rights reserved.