fit()#

PlainSolver.fit(A, B)#

Verify dimensions and save A and B.

Parameters
A(k, d) ndarray

The “left-hand side” matrix.

B(k, r) ndarray

The “right-hand side” matrix B = [ b_1 | b_2 | … | b_r ].