Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102562216
trmv_lo.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 22, 00:50
Size
217 B
Mime Type
text/x-c
Expires
Mon, Feb 24, 00:50 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24359965
Attached To
rDLMA Diffusion limited mixed aggregation
trmv_lo.cpp
View Options
#include "gemv_common.h"
EIGEN_DONT_INLINE
void
trmv
(
const
Mat
&
A
,
const
Vec
&
B
,
Vec
&
C
)
{
C
.
noalias
()
+=
A
.
triangularView
<
Lower
>
()
*
B
;
}
int
main
(
int
argc
,
char
**
argv
)
{
return
main_gemv
(
argc
,
argv
,
trmv
);
}
Event Timeline
Log In to Comment