def_arpack.hpp (armadillo-10.8.2.tar.xz) | : | def_arpack.hpp (armadillo-11.0.0.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 18 | skipping to change at line 18 | |||
// You may obtain a copy of the License at | // You may obtain a copy of the License at | |||
// http://www.apache.org/licenses/LICENSE-2.0 | // http://www.apache.org/licenses/LICENSE-2.0 | |||
// | // | |||
// Unless required by applicable law or agreed to in writing, software | // Unless required by applicable law or agreed to in writing, software | |||
// distributed under the License is distributed on an "AS IS" BASIS, | // distributed under the License is distributed on an "AS IS" BASIS, | |||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
// See the License for the specific language governing permissions and | // See the License for the specific language governing permissions and | |||
// limitations under the License. | // limitations under the License. | |||
// ------------------------------------------------------------------------ | // ------------------------------------------------------------------------ | |||
#ifdef ARMA_USE_ARPACK | #if defined(ARMA_USE_ARPACK) | |||
// I'm not sure this is necessary. | // I'm not sure this is necessary. | |||
#if !defined(ARMA_BLAS_CAPITALS) | #if !defined(ARMA_BLAS_CAPITALS) | |||
#define arma_snaupd snaupd | #define arma_snaupd snaupd | |||
#define arma_dnaupd dnaupd | #define arma_dnaupd dnaupd | |||
#define arma_cnaupd cnaupd | #define arma_cnaupd cnaupd | |||
#define arma_znaupd znaupd | #define arma_znaupd znaupd | |||
#define arma_sneupd sneupd | #define arma_sneupd sneupd | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |