table of contents
eye(5rheolef) | rheolef | eye(5rheolef) |
NAME¶
eye - identity matrix and preconditionner (rheolef-7.2)
DESCRIPTION¶
Following e.g. octave, eye denotes the identity matrix. Here, eye() is a function call that returns the identity preconditionner as a solver(4).
The dimensions of eye() are determined by the context. This class is useful in the context of preconditionner interfaces: it allows one to specify a do-nothing preconditionner. See e.g. cg(5) for an example.
IMPLEMENTATION¶
This documentation has been generated from file linalg/lib/eye.h
AUTHOR¶
Pierre Saramito <Pierre.Saramito@imag.fr>
COPYRIGHT¶
Copyright (C) 2000-2018 Pierre Saramito <Pierre.Saramito@imag.fr> GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Mon Sep 19 2022 | Version 7.2 |