using matrix
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 5987 articles for 0.049 sec
Re: using a lapack routine     

Group: comp.lang.fortran · Group Profile · Search for using matrix in comp.lang.fortran
Author: teg
Date: Sep 19, 2008 07:47

... to call one that would determine the eigenvalues of a real matrix, but that doesn't seem to be on the menu. ...think the S is single precision, the GE is a general matrix, the H is Hessenberg and RD might be reduction. So I'll be hoping to take a eal matrix and use lapack to give me the Hessenberg form, which, I can then use for bigger and better things. Hi, Lapack has both...
Show full article (0.99Kb) · Show article thread
Re: using a lapack routine     

Group: comp.lang.fortran · Group Profile · Search for using matrix in comp.lang.fortran
Author: michael.caracotsios
Date: Sep 19, 2008 03:01

...for the eigenvalues and eigenvectors of a real or a real symmetric matrix. So when I want to calculate, say, the eigenvectors of a real matrix A I type v=eigVectors(A), or if I want the eigenvectors of a symmetric matrix A I type v=eigVectors(A,sym="Y"). In this way ... cumbersome argument list of the LAPACK routines does not appear, or have to be used anywhere. Michael
Show full article (0.52Kb) · Show article thread
Re: using a lapack routine     

Group: comp.lang.fortran · Group Profile · Search for using matrix in comp.lang.fortran
Author: e p chandler
Date: Sep 18, 2008 22:03

...of its subroutines. В I hoped to call one that would determine the eigenvalues of a real matrix, but that doesn't seem to be on the menu. В A person seems to need...Users\epc\temp>a 1 2 You probably want to put your subroutines in a module and USE that module. Just write your module as fixed-format source and use an extension of .f for the source file. A second issue is do you want to...
Show full article (2.09Kb) · Show article thread
using a lapack routine     

Group: comp.lang.fortran · Group Profile · Search for using matrix in comp.lang.fortran
Author: Ron Ford
Date: Sep 18, 2008 18:37

...to take a eal matrix and use lapack to give me...SGEHRD reduces a real general matrix A to upper Hessenberg form...INTEGER * The order of the matrix A. N = 0. * * ILO (input...the N-by-N general matrix to be reduced. * On exit...overwritten with the upper Hessenberg matrix H, and the * elements below...array TAU, * represent the orthogonal matrix Q as a product of...
Show full article (4.34Kb)
Re: displaying an 800x600 image on an 800x600 window using vectors     

Group: microsoft.public.win32.programmer.directx.graphics · Group Profile · Search for using matrix in microsoft.public.win32.programmer.directx.graphics
Author: Dime Bar
Date: Sep 5, 2008 10:22

... ? or is that not posible ? Thanks, Anton Roth wrote: What you want to do is set the World to Viewspectrum matrix to an identity matrix, as your vertices are already where they should be. This is the code i used, but i had it in an effect file: OnFrameRender: HRESULT hr; // If ...
Show full article (4.87Kb) · Show article thread
Re: displaying an 800x600 image on an 800x600 window using vectors     

Group: microsoft.public.win32.programmer.directx.graphics · Group Profile · Search for using matrix in microsoft.public.win32.programmer.directx.graphics
Author: Anton Roth
Date: Sep 5, 2008 10:09

What you want to do is set the World to Viewspectrum matrix to an identity matrix, as your vertices are already where they should be. This is the code i used, but i had it in an effect file: OnFrameRender: HRESULT hr; // If the settings dialog is being sh { g_SettingsDlg.OnRender( ...
Show full article (4.63Kb) · Show article thread
Re: Most efficient way to write a large matrix to disk     

Group: comp.lang.fortran · Group Profile · Search for using matrix in comp.lang.fortran
Author: Lorents
Date: Aug 29, 2008 03:42

... program is not "grid based" in the "naive" way, it used a numerical technique know as DVR, discrete variable representation, which ...the basis functions chosen for the three coordinates. The coordinate system used in my case are Radau coordinates... If you're really ...45x45x35 but in the particular calculations at hand we have to use a much larger one (we are investigated very high energy states...
Show full article (2.99Kb) · Show article thread
Re: Most efficient way to write a large matrix to disk     

Group: comp.lang.fortran · Group Profile · Search for using matrix in comp.lang.fortran
Author: Lorents
Date: Aug 26, 2008 12:18

.../ write behind makes my rudimentary benchmark strategy almost useless... For very big runs clocked times increase a lot probably because all the memory is used to store the matrix and there is no memory left for the disk cache. Most of the work is in library routines that don't ...
Show full article (0.89Kb)
Re: How to calculate Hessian Matrix     

Group: comp.lang.fortran · Group Profile · Search for using matrix in comp.lang.fortran
Author: Arjen Markus
Date: Aug 14, 2008 04:38

... bound (like a void fraction, a relative concentration ...). When such variable is close to that bound, the chosen epsilon must be negative ! It is much preferable to use exact, automatic differentiation. Can be done, for example, in Fortran through submission tohttp://tapenade.inria.fr:8080/tapenade/index.jsp- Tekst uit oorspronkelijk bericht niet weergeven - - Tekst uit ...
Show full article (2.23Kb) · Show article thread
Re: How to calculate Hessian Matrix     

Group: comp.lang.fortran · Group Profile · Search for using matrix in comp.lang.fortran
Author: Hans Mittelmann
Date: Aug 7, 2008 17:19

... would be a complete disaster in case of a variable x(i) having an upper bound (like a void fraction, a relative concentration ...). When such variable is close to that bound, the chosen epsilon must be negative ! It is much preferable to use exact, automatic differentiation. Can be done, for example, in Fortran through submission to http://tapenade.inria.fr:8080/tapenade/index.jsp
Show full article (1.88Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next