Index

A B C D E F G H I J L M N O P R S T U W 
All Classes|All Packages

P

parseAndWrite(double[][], String...) - Static method in class generator.MatrixGenerator
переводит матрицу с симметричным профилем в профильный формат и записывает соответствующие массивы в файлы: al.txt - профиль строки au.txt - профиль столбца b.txt - результирующий вектор d.txt - диагональ матриицы ia.txt - смещение профилей для каждой из строк (столбца)
parserAndWriterOnLineColumn(double[][], String...) - Static method in class generator.MatrixGenerator
переводит симметричную матрицу в разреженный строчно-столбцовый формат и записывает соответствующие массивы в файлы: al.txt - разреженная строка au.txt - разреженный столбец b.txt - результирующий вектор d.txt - диагональ ia.txt - смещение для каждой из строк (столбцов) ja.txt - номера столбцов, которые хранятся в al.txt и au.txt
Polynomial - Class in SaZhaK
 
Polynomial(double[]) - Constructor for class SaZhaK.Polynomial
 
Polynomial(double[], char) - Constructor for class SaZhaK.Polynomial
 
pow(int) - Method in class SaZhaK.ComplexNumber
 
print() - Method in class SaZhaK.AbstractMatrix
 
print(double[]) - Static method in class SaZhaK.MatrixUtil
Функция вывода вектора на консоль
print(double[][]) - Static method in class SaZhaK.MatrixUtil
Функция вывода матрицы на консоль
profileGet(int, int, double[]) - Method in class matrix.ProfileMatrix
Getter for specified element from specified profile
ProfileMatrix - Class in matrix
Class Class of ProfileMatrix realisation
ProfileMatrix(String) - Constructor for class matrix.ProfileMatrix
Constructor for ProfileMatrix, that reads ProfileMatrix.readFromPath(String) it from directory.
ProfileMatrix(String, boolean) - Constructor for class matrix.ProfileMatrix
Constructor for ProfileMatrix, that reads ProfileMatrix.readFromPath(String) it from directory.
A B C D E F G H I J L M N O P R S T U W 
All Classes|All Packages