solve_ols: Solving linear systems of the form Ax=b

Description Usage Arguments Value

Description

Solving linear systems of the form Ax=b

Usage

1
solve_ols(A, b, method, tol, maxiter, core)

Arguments

A

matrix of the system to be solved

b

vector of the system to be solved

method

Gauss, Jacobi or Jacobi parallel

tol

tolerance level of relative errors (default 1e-10)

maxiter

maximum number of iterations (default 10000)

core

number of core used for parallel computing (only valid for Jacobi Parallel and default=3)

Value

The solution of the system


samlahiry/hw2 documentation built on May 25, 2019, 12:43 a.m.