129 |
throw DataException("Error - DataAbstract::copying data from numarray objects is not supported."); |
throw DataException("Error - DataAbstract::copying data from numarray objects is not supported."); |
130 |
} |
} |
131 |
|
|
132 |
|
void |
133 |
|
DataAbstract::eigenvalues(DataAbstract* ev) |
134 |
|
{ |
135 |
|
throw DataException("Error - DataAbstract::eigenvalues is not supported."); |
136 |
|
|
137 |
|
} |
138 |
|
void |
139 |
|
DataAbstract::eigenvalues_and_eigenvectors(DataAbstract* ev,DataAbstract* V,const double tol) |
140 |
|
{ |
141 |
|
throw DataException("Error - DataAbstract::eigenvalues_and_eigenvectors is not supported."); |
142 |
|
|
143 |
|
} |
144 |
|
|
145 |
|
|
146 |
|
|
147 |
} // end of namespace |
} // end of namespace |