C# Класс Coon.Compass.Procyon.alglib.alglib.trlinsolve

Показать файл Открыть проект

Открытые методы

Метод Описание
rmatrixtrsafesolve ( double a, int n, double &x, double &s, bool isupper, bool istrans, bool isunit ) : void
safesolvetriangular ( double a, int n, double &x, double &s, bool isupper, bool istrans, bool isunit, bool normin, double &cnorm ) : void

Описание методов

rmatrixtrsafesolve() публичный статический Метод

public static rmatrixtrsafesolve ( double a, int n, double &x, double &s, bool isupper, bool istrans, bool isunit ) : void
a double
n int
x double
s double
isupper bool
istrans bool
isunit bool
Результат void

safesolvetriangular() публичный статический Метод

public static safesolvetriangular ( double a, int n, double &x, double &s, bool isupper, bool istrans, bool isunit, bool normin, double &cnorm ) : void
a double
n int
x double
s double
isupper bool
istrans bool
isunit bool
normin bool
cnorm double
Результат void