remove prototypes for unimplemented functions
This commit is contained in:
@@ -399,11 +399,9 @@ class SpMat : public SpBase< eT, SpMat<eT> >
|
||||
inline arma_cold bool load( std::istream& is, const file_type type = arma_binary);
|
||||
|
||||
arma_deprecated inline bool quiet_save(const std::string name, const file_type type = arma_binary) const;
|
||||
arma_deprecated inline bool quiet_save(const csv_name& spec, const file_type type = csv_ascii) const;
|
||||
arma_deprecated inline bool quiet_save( std::ostream& os, const file_type type = arma_binary) const;
|
||||
|
||||
arma_deprecated inline bool quiet_load(const std::string name, const file_type type = arma_binary);
|
||||
arma_deprecated inline bool quiet_load(const csv_name& spec, const file_type type = csv_ascii);
|
||||
arma_deprecated inline bool quiet_load( std::istream& is, const file_type type = arma_binary);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user