Displaying 4 results from an estimated 4 matches for "endverbatim".
2009 Nov 18
1
[LLVMdev] [PATCH] include/llvm/Support/MemoryBuffer.h: remove spurious @verbatim
Hi,
http://llvm.org/doxygen/classllvm_1_1MemoryBuffer.html
shows
"the file, and that this character will read as '\0'. "
as a "verbatim text" box. This looks ugly and is probably a
mistake. The attached patch removes this extra @verbatim
... @endverbatim from comments.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-memory-buffer-doc1.patch
Type: text/x-diff
Size: 741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091118/9af5dbf1/attachment.patch>
2002 Nov 13
1
Package documentation and rd.sty
Hi all,
I've got a basic question regarding package documentation and rd.sty. I
wrote my first own package, and now I would like to place the documentation
into the appendix of another LaTex document. Seemingly I cannot simply
\usepackage{Rd}, as this will modify the page-settings of my document. Is
there a minimum style file which will just define the environments and
commands needed for
2015 Jan 31
2
error code 1 from Lapack routine 'dsyevr'
Hi,
I got an error message in my program saying
"Error in eigen(gene_intersection.kernel) :
error code 1 from Lapack routine 'dsyevr'
Execution halted".
As you see, I was trying to compute the eigenvalues of a matrix but got this
error. Is there anyone who knows what this error means and how I can fix it?
Theoretically the eigenvalues should be nonnegative, if it helps.
2015 Feb 01
0
error code 1 from Lapack routine 'dsyevr'
...that guide and/or the source code: all I saw at a
cursory look was
*> \param[out] INFO
*> \verbatim
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: Internal error
*> \endverbatim
so it means 'internal error'.
> Theoretically the eigenvalues should be nonnegative, if it helps.
>
> Thank you!
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Emeritus Professor of Applied Statistics, University of Oxford
1 South Parks Road, Oxford OX1 3TG, UK