Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155424 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- ./libsrc/linalg/densemat.hpp~       2006-04-07 22:07:41.000000000 +0000
0
++ ./libsrc/linalg/densemat.hpp        2006-04-07 22:08:04.000000000 +0000
Lines 14-19 Link Here
14
14
15
#include <assert.h>
15
#include <assert.h>
16
16
17
class DenseMatrix;
18
void CalcInverse (const DenseMatrix & m1, DenseMatrix & m2);
19
17
class DenseMatrix
20
class DenseMatrix
18
{
21
{
19
protected:
22
protected:

Return to bug 155424