Lines Matching full:matrix
33 // have access to the two parts of the matrix as linear operators
52 // Given generalized bi-partite matrix A = [E F], with the same block
59 // block structure of the matrix does not satisfy the requirements of
78 // Create and return the block diagonal of the matrix E'E.
81 // Create and return the block diagonal of the matrix F'F. Caller
85 // Compute the block diagonal of the matrix E'E and store it in
86 // block_diagonal. The matrix block_diagonal is expected to have a
93 // Compute the block diagonal of the matrix F'F and store it in
94 // block_diagonal. The matrix block_diagonal is expected to have a
109 const BlockSparseMatrix& matrix);
117 // matrix = [E F], where the matrix E contains the first
119 PartitionedMatrixView(const BlockSparseMatrix& matrix, int num_col_blocks_e);