Skip to contents

Solve two level sparse matrix problem.

Usage

solve_two_level_sparse(a1, A11, a2, A22, A12)

Arguments

a1

A vector

A11

A matrix

a2

A list of vectors

A22

A list of matrices

A12

A list of matrices