photo

Andrew Knyazev


Last seen: 2 mois il y a Actif depuis 2010

Followers: 0   Following: 0

Message

http://en.wikipedia.org/wiki/Andrei_Knyazev_(mathematician) Professional Interests: matrix computations, numerical PDEs, signal, image & video processing, data analytics and mining, data coding and transmission, material sciences, and model predictive control.

Statistiques

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • GitHub Submissions Level 1
  • First Submission
  • Revival Level 3
  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can I get Matlab toolbox KSSOLV? In which package is it?
https://bitbucket.org/berkeleylab/kssolv2.0/src/release/

environ 2 ans il y a | 0

Réponse apportée
Spectral clustering a grpah into k cluster
asdamle/QR-spectral-clustering: Code implements the methodology in arXiv:1609.08251 for multi-way spectral clustering (github.co...

environ 2 ans il y a | 0

Réponse apportée
eigs with big sparse matrix has Internal error
try running Locally Optimal Block Preconditioned Conjugate Gradient - File Exchange - MATLAB Central (mathworks.com)

environ 2 ans il y a | 0

Réponse apportée
The eigenvalues of eigs change with the input target, Why?
This may be expected. One can fix it by running with muiltiple targets, collecting all the resulting eigenvectors and writing an...

plus de 2 ans il y a | 0

| A accepté

A soumis


subspacea - Angles between subspaces
Angles between subspaces and canonical correlations in general scalar products.

plus de 2 ans il y a | 4 téléchargements |

A soumis


Locally Optimal Block Preconditioned Conjugate Gradient
LOBPCG solves Hermitian partial generalized eigenvalue problems using preconditioning, as well as PCA

environ 3 ans il y a | 10 téléchargements |

Thumbnail

Réponse apportée
Eigs in multinode cluster
EIGS has limited support for distributed memory, so you can run it only on a single node, but see the answer from Christine Tob...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
How do read .npy files in matlab?
https://github.com/kwikteam/npy-matlab

environ 5 ans il y a | 14

| A accepté

Réponse apportée
Error returned in Eigs Function " Undefined operator '.*' "
Looks like a bug in chebfun - just make this comment at <https://www.mathworks.com/matlabcentral/fileexchange/47023-chebfun-curr...

presque 6 ans il y a | 0

Réponse apportée
eigs does not return the eigenvalues closest to shift sigma
You may also want to try https://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m passing your function handle to it. Co...

presque 6 ans il y a | 0

Réponse apportée
find eigenvalues of a very large sparse matrix
If the matrix is real symmetric or Hermitian, you may also want to try https://www.mathworks.com/matlabcentral/fileexchange/48-l...

presque 6 ans il y a | 0

Réponse apportée
LOBPCG Initial k eigenvectors approximation
See https://en.wikipedia.org/wiki/LOBPCG#Convergence_theory_and_practice

presque 6 ans il y a | 0

Réponse apportée
eigs() runs faster for more eigenvalues of the same matrix
Please check <https://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m> that has probably faster and more predictable co...

presque 6 ans il y a | 1

Réponse apportée
How do i obtain only the first principal component?
https://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m can be used as the method for calculating the eigenvector corre...

presque 6 ans il y a | 0

Réponse apportée
Smallest non-zero eigenvalue for a generalized eigenvalue problem
Since both matrices A and B are singular, it is not an easy problem numerically. Even eig(full(A), full(B)) may give you wrong a...

presque 6 ans il y a | 0

| A accepté

Réponse apportée
How to parallel for the computation of eigensystem of a sparse matrix
use SLEPc

environ 9 ans il y a | 0

Réponse apportée
Find max/min eigenvalue of a symmetric matrix
try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m

environ 9 ans il y a | 1

Réponse apportée
Number of eigenvalues when using eigs
This is normal for eigs.

environ 9 ans il y a | 0

Réponse apportée
positive-definiteness of a huge sparse matrix
try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m

environ 9 ans il y a | 0

Réponse apportée
how can i find k-eigenvalues faster than eig for hermitian dense matrix
try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m

environ 9 ans il y a | 0

Réponse apportée
Take advantage of Hermitian matrices with eigs
You need to be more specific. Also, try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m

environ 9 ans il y a | 0

| A accepté

Réponse apportée
Parallel computing of eigs
check SLEPc and BLOPEX

environ 9 ans il y a | 1

Réponse apportée
Sparse solver for large symmetric matrices
both eigs and http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m can be used in a matrix-free fashion, only needing...

environ 9 ans il y a | 0

Réponse apportée
Difference between eigs and eig
Is this behavior expected? - Yes. Eigs uses a tricky method that may give the results you describe, especially for funny mat...

environ 9 ans il y a | 0

Réponse apportée
eigs function: incorrect eigenvectors
This is normal for eigs. If you are happy with eig, just stay with it.

environ 9 ans il y a | 0

Réponse apportée
Why can't I compute the interior eigenvalues of a sparse matrix with "eigs" without inversion in MATLAB?
check https://www.mathworks.com/matlabcentral/fileexchange/48-locally-optimal-block-preconditioned-conjugate-gradient

environ 9 ans il y a | 0

Réponse apportée
How can I get the (approximate) eigenvectors of a huge matrix?
try http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m

environ 9 ans il y a | 0

Réponse apportée
How can I speed up the eigen value and eigen vector computations for a non-sparse matrix?
check http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m

environ 9 ans il y a | 0

Réponse apportée
How can the Cholesky decomposition step in eigs() be avoided without passing a matrix to eigs that is a Cholesky decomposition?
check http://www.mathworks.com/matlabcentral/fileexchange/48-lobpcg-m

environ 9 ans il y a | 0

A soumis


ortha.m
Orthonormalization Relative to matrix A

environ 9 ans il y a | 1 téléchargement |

Charger plus