!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ !_TAG_PROGRAM_NAME Exuberant Ctags // !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ !_TAG_PROGRAM_VERSION 5.8 // IterativeSolver .\solver.h /^IterativeSolver::IterativeSolver() : error(1e-9) {}$/;" f class:IterativeSolver IterativeSolver .\solver.h /^IterativeSolver::IterativeSolver(double error) : error(error) {}$/;" f class:IterativeSolver IterativeSolver .\solver.h /^class IterativeSolver : Solver {$/;" c JacobiSolver .\solver.h /^class JacobiSolver : Solver {$/;" c Matrix .\matrix.h /^Matrix::Matrix(const Matrix &m) : Matrix(m._rows, m._cols) {$/;" f class:Matrix Matrix .\matrix.h /^Matrix::Matrix(size_t n) : Matrix(n, n) { }$/;" f class:Matrix Matrix .\matrix.h /^Matrix::Matrix(size_t n, size_t m) : _rows(n), _cols(m), values(new T[m*n]) {$/;" f class:Matrix Matrix .\matrix.h /^Matrix::Matrix(std::initializer_list> values) : Matrix(values.size(), values.begin()->size()) {$/;" f class:Matrix Matrix .\matrix.h /^class Matrix {$/;" c N .\main.cpp /^const size_t N = 10;$/;" v NORM_INF .\matrix.h 11;" d P02_MATRIX_H .\matrix.h 2;" d P02_SOLVER_H .\solver.h 2;" d Solver .\solver.h /^class Solver {$/;" c _cols .\matrix.h /^ size_t _rows, _cols;$/;" m class:Matrix _rows .\matrix.h /^ size_t _rows, _cols;$/;" m class:Matrix cols .\matrix.h /^inline size_t Matrix::cols() const {$/;" f class:Matrix diag .\matrix.h /^Matrix Matrix::diag(size_t n, T value, int offset) {$/;" f class:Matrix error .\solver.h /^ double error;$/;" m class:IterativeSolver hvec .\matrix.h /^Matrix Matrix::hvec(std::initializer_list values) {$/;" f class:Matrix iteration .\solver.h /^Matrix JacobiSolver::iteration(const Matrix& M, const Matrix& b, const Matrix& old)$/;" f class:JacobiSolver main .\main.cpp /^int main(int argc, const char* argv[])$/;" f noexcept .\matrix.h /^ self_t& operator=(self_t&& rhs) noexcept;$/;" m class:Matrix norm .\matrix.h /^double norm(const Matrix& matrix, unsigned norm = 2)$/;" f operator () .\matrix.h /^T &Matrix::operator()(size_t n, size_t m) {$/;" f class:Matrix operator () .\matrix.h /^T Matrix::operator()(size_t n, size_t m) const {$/;" f class:Matrix operator * .\matrix.h /^Matrix Matrix::operator*(const Matrix &rhs) {$/;" f class:Matrix operator * .\matrix.h /^Matrix Matrix::operator*(const T rhs) {$/;" f class:Matrix operator + .\matrix.h /^Matrix Matrix::operator+(const Matrix &rhs) {$/;" f class:Matrix operator + .\matrix.h /^Matrix Matrix::operator+(const T rhs) {$/;" f class:Matrix operator - .\matrix.h /^Matrix Matrix::operator-() {$/;" f class:Matrix operator - .\matrix.h /^Matrix Matrix::operator-(const Matrix& rhs) {$/;" f class:Matrix operator << .\matrix.h /^std::ostream &operator<<(std::ostream &os, const Matrix &matrix) {$/;" f override .\solver.h /^ virtual Matrix solve(const Matrix& M, const Matrix& b) override;$/;" m class:IterativeSolver prepare .\main.cpp /^std::pair, Matrix> prepare(size_t index, size_t n) {$/;" f residuum .\solver.h /^double residuum(const Matrix& M, const Matrix& b, const Matrix& x)$/;" f rows .\matrix.h /^inline size_t Matrix::rows() const {$/;" f class:Matrix solve .\solver.h /^Matrix IterativeSolver::solve(const Matrix& M, const Matrix& b)$/;" f class:IterativeSolver vvec .\matrix.h /^Matrix Matrix::vvec(std::initializer_list values) {$/;" f class:Matrix