Enviada


subspace.m
Angle between subspaces.

más de 9 años hace | 3 descargas |

Enviada


majorization check
checks if X is (weakly) majorized by Y, where X and Y must be numeric arrays.

más de 9 años hace | 1 descarga |

Enviada


pcg.m with 'null' and 'flex' options
Preconditioned Conjugate Gradients handles homogeneous equations and nonsymmetric preconditioning

más de 9 años hace | 2 descargas |

Thumbnail

Enviada


Best polynomial approximation in uniform norm
For a given function on an interval, the code calculates the min-max approximation by a polynomial.

más de 9 años hace | 5 descargas |

Thumbnail

Enviada


ODE Tutorial Demo
Advanced examples of using the MATLAB Symbolic Math Toolbox for Ordinary Differential Equations

más de 9 años hace | 2 descargas |

Thumbnail

Enviada


Newton's method done right
Newton's method for solving systems of nonlinear equations, including nonsquare and inconsistent

más de 9 años hace | 3 descargas |

Thumbnail

Enviada


Laplacian in 1D, 2D, or 3D
Sparse (1-3)D Laplacian on a rectangular grid with exact eigenpairs.

más de 9 años hace | 4 descargas |

Thumbnail

Respondida
eigs with sparse matrices
try my http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m instead

más de 13 años hace | 0

Respondida
Memory requirements of lobpcg: Matlab and hypre implementation differences
Have you actually tried the development version of SLEPc? The one that one gets by svn checkout http://www.grycap.upv.es/sle...

más de 13 años hace | 0

Respondida
Memory requirements of lobpcg: Matlab and hypre implementation differences
The development version of SLEPc incorporates BLOPEX now, see http://code.google.com/p/blopex/wiki/PETScInstallDevel so that yo...

más de 13 años hace | 0

Respondida
Memory requirements of lobpcg: Matlab and hypre implementation differences
Please try adding the following options to the ij driver: "-hmis -agg_nl 1 -interptype 6 -Pmx 4" These are proposed by a member ...

más de 13 años hace | 0

Respondida
Memory requirements of lobpcg: Matlab and hypre implementation differences
The lobpcg code in hypre is very similar to the MATLAB code, and uses about the same memory. The BoomerAMG preconditioner requir...

más de 13 años hace | 0

| aceptada

Respondida
lobpcg returning incorrect results for large sparse symmetric matrices
Very slow convergence is an expected normal behavior of lobpcg for such a problem, without preconditioning. Unfortunately, I am ...

más de 13 años hace | 1

| aceptada

Enviada


matlab2hypre and hypre2matlab
Read and write files with sparse matrices and vectors in hypre format

casi 15 años hace | 3 descargas |