Template Argument error (likely simple)I guess I was write when I said (likely simple) in the title. :-) It's working now, thank you. ...
Template Argument error (likely simple)Using a dummy [code]Eigenvalue<double>().getV(A);[/code] get me the following errors. [code] C:\...
Template Argument error (likely simple)Yes, the error goes away if I remove that line. getV() is a function of the Eigenvalue class, whi...
Template Argument error (likely simple)No, this [code]Eigenvalue.getV(A);[/code] is me trying to pass the array A into the getV() function ...
Template Argument error (likely simple)Here is the tnt_array2d header file containing everything about Array2D: [code] #ifndef TNT_ARRAY2D...
This user does not accept Private Messages