Subversion Repositories gelsvn

Rev

Rev 45 | Rev 113 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45 Rev 112
Line 43... Line 43...
43
							a[i] -= a[i][j] * a[j];
43
							a[i] -= a[i][j] * a[j];
44
						}
44
						}
45
			}
45
			}
46
		return b;
46
		return b;
47
	}                                                                               
47
	}                                                                               
48
 
-
 
49
	template class ArithSqMat3x3Float<Vec3f,Mat3x3f>;
48
	template class ArithSqMat3x3Float<Vec3f,Mat3x3f>;
50
	template Mat3x3f invert(const ArithSqMat3x3Float<Vec3f,Mat3x3f>&);
49
	template Mat3x3f invert(const ArithSqMat3x3Float<Vec3f,Mat3x3f>&);
-
 
50
 
-
 
51
	template class ArithSqMat3x3Float<Vec3d,Mat3x3d>;
-
 
52
	template Mat3x3d invert(const ArithSqMat3x3Float<Vec3d,Mat3x3d>&);
51
}
53
}