mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-09 19:16:01 +08:00
Fixed some issue with scalar multiplications (explicit) and continued with UNIT tests
This commit is contained in:
@@ -18,9 +18,10 @@ int BlackMiscTest::CSamplesVectorMatrix::samples()
|
||||
CMatrix3x3 mr = m;
|
||||
qDebug() << m << mr;
|
||||
mr.setRandom();
|
||||
CMatrix3x3 mi = mr.inverse();
|
||||
bool im;
|
||||
CMatrix3x3 mi = mr.inverse(im);
|
||||
CMatrix3x3 mid = mr * mi;
|
||||
qDebug() << mr << mi << mid;
|
||||
qDebug() << mr << mi << mid << im;
|
||||
|
||||
// bye
|
||||
qDebug() << "-----------------------------------------------";
|
||||
|
||||
Reference in New Issue
Block a user