Boost logo

Ublas :

Subject: Re: [ublas] How_to_solve_triangular_System_XA=B?
From: pem (pemryan_at_[hidden])
Date: 2012-04-15 15:21:32


> this should be equivalent to
> A^T X^T = B^T
> => X A = B
> is that correct?

this is correct.
in fact Matlab also do this in the same way, in its documentation, I found:
"Matrix right division and matrix left division are related by the equation B/A = (A'\B')' "

Bests,

Yan