Lines Matching full:matrix
33 // have access to the two parts of the matrix as linear operators
44 // Given generalized bi-partite matrix A = [E F], with the same block
51 // block structure of the matrix does not satisfy the requirements of
61 // matrix = [E F], where the matrix E contains the first
63 PartitionedMatrixView(const BlockSparseMatrix& matrix,
79 // Create and return the block diagonal of the matrix E'E.
82 // Create and return the block diagonal of the matrix F'F.
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
92 // Compute the block diagonal of the matrix F'F and store it in
93 // block_diagonal. The matrix block_diagonal is expected to have a