• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Aug-2018-

Trr2k/H24-Aug-2018-3,4262,780

Trrk/H24-Aug-2018-1,198943

README.mdH A D24-Aug-2018485 118

Trr2k.cppH A D24-Aug-201834.6 KiB831723

Trrk.cppH A D24-Aug-201811.5 KiB293277

README.md

1### `src/blas-like/`
2
3This folder contains Elemental's source files for BLAS-like routines.
4The vast majority are in the `include/elemental/blas-like` folder, but
5the following are directly instantiated:
6
7-  `Trr2k/`: underlying implementations of rank-2k triangular updates
8-  `Trr2k.cpp`: the high-level interface to rank-2k triangular updates
9-  `Trrk/`: underlying implementations of rank-k triangular updates
10-  `Trrk.cpp`: the high-level interface to rank-k triangular updates
11