![]() |
Blitz Support : |
From: mctimes (mctimes_at_[hidden])
Date: 2003-11-01 12:01:51
I have downloaded the blitz++ 0.7, I wonder if there is anything
different from 0.6 version. I found that the documentation didn't
reflect the difference ?!
On the other hand, I wonder why TinyVector and TinyMatrix don't inherit
from Array. Why the author defines the individual classes for vector and
matrix rather than takes the Array instead? I would like to define a 3D
matrix, should I define a individual class like TinyMatrix or just apply
the Array?
If the TinyVector represent a row vector or column vector. How can I
transform a row(column) vector to column(row) one?
Thanks in advance.