j
k
j a
j l
AMDG Philip Goh wrote:
boost_matrix mat(5,5); boost_vector v1(5), v2(5); v1 = v2 * mat;
boost_matrix mat(5,5); boost_vector v1(5), v2(5);
v1 = v2 * mat;
v1 = prod(v2, mat); In Christ, Steven Watanabe
Back to the thread
Back to the list