//===========================================================================// // File: linmtrx.cc // // Contents: Implementation details for the linear matrices // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #include "StuffHeaders.hpp" // //########################################################################### //########################################################################### // bool LinearMatrix4D::TestClass() { return false; }