Menu

Matrix Expression Templates / News: Recent posts

Bugs in RecMat class fixed

Thank you, Prof. Varma. Two bugs fixed in RecMat class
1. T* const RecMat:dat -> T*
2. operator()(RowRange rsl, int j) and
operator()(int i, ColRange csl)

Posted by Masakatsu Ito 2001-10-07

Attaching expression templates to your class

Explanation for this is added to the home page.

Posted by Masakatsu Ito 2001-03-20

Examples added.

Replying oon-list post,
exam02.C is added.

m3 = TransMat<double>(m2) = m1;
v1 = v2 + v3 + v4 + v5;
v1 = v2 + m1*v3 + v4;
v1 = TransMat<double>(m1) * v2 + v3;
m1 = scalar * TransMat<double>(m2);

Posted by Masakatsu Ito 2001-02-16

Missing files added

Tatsumi-san informed me of the failure of compilation due to the missing headers. So they are added and fixed version is released.

Posted by Masakatsu Ito 2001-02-15

Alpha ver. released

It's confirmed that compilation succeeded and test program worked on Linux.

Posted by Masakatsu Ito 2001-02-07