↰ Return to documentation for file (include/networkit/algebraic/CSRMatrix.hpp
)
#ifndef NETWORKIT_ALGEBRAIC_CSR_MATRIX_HPP_
#define NETWORKIT_ALGEBRAIC_CSR_MATRIX_HPP_
#include <networkit/algebraic/CSRGeneralMatrix.hpp>
// For compatibility with the previous CSRMatrix implementation.
namespace NetworKit {
using CSRMatrix = CSRGeneralMatrix<double>;
} // namespace NetworKit
#endif // NETWORKIT_ALGEBRAIC_CSR_MATRIX_HPP_