Displaying 3 results from an estimated 3 matches for "problemetic".
Did you mean:
problematic
2006 May 23
1
how to multiply a constant to a matrix?
...it keeps complaining that
"nonconformable array, etc."
I tried the following two tricks and they worked:
as.numeric(B/D) * solve(A)
diag(as.numeric(B/D), 5, 5) %*% solve (A)
----------------------------
But if R cannot intelligently do scalar and matrix multiplication, it is
really problemetic.
It basically cannot be used to do computations, since in complicated matrix
algebras, you have to distinguish where is scalar, and scalars obtained from
quadratics cannot be directly used to multiply another matrix, etc. It is
going to a huge mess...
Any thoughts?
[[alternative HTML version de...
2006 Feb 04
3
R command line: need intelligent command history recall?
.... Where is the
productivity?
I've used Tinn-R. Frankly it is quite creative. It solved the line-by-line
execution problem by copying the line and pasted it to R-console
automatically. But a lot of times clipboard generates error. And often times
the copy and paste within Tinn editor itself are problemetic. For example, I
have been never able to select a portion of a line. When I paste a
paragraph, it always erases the current line and the following lines,
instead of inserting, ... and if I want to select one line, it always
select two lines for me... etc.
Anyway, I hope there is IDEs that are bett...
2023 Jul 20
0
samba.org docs man-pages out of date
Hi Team,
I just noticed the html man-pages on samba.org are not update for 4.18.
The problemetic page I found is:
https://www.samba.org/samba/docs/current/man-html/vfs_full_audit.8.html,
the list of operations is invalid for 4.18 (it was correct for 4.17) and
indeed the vfs_full_audit.8.xml in the source-tree has the correct values.
Are the html man-pages not generated as part of the relea...