22 #ifndef __MLPACK_CORE_MATH_LIN_ALG_HPP
23 #define __MLPACK_CORE_MATH_LIN_ALG_HPP
38 void VectorPower(arma::vec& vec,
const double power);
47 void Center(
const arma::mat& x, arma::mat& xCentered);
56 arma::mat& whiteningMatrix);
64 arma::mat& whiteningMatrix);
91 const std::vector<size_t>& rowsToRemove,
97 #endif // __MLPACK_CORE_MATH_LIN_ALG_HPP