Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90525304
chol_u.hpp
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, Nov 2, 11:39
Size
544 B
Mime Type
text/x-c
Expires
Mon, Nov 4, 11:39 (2 d)
Engine
blob
Format
Raw Data
Handle
22092956
Attached To
rLAMMPS lammps
chol_u.hpp
View Options
#pragma once
#ifndef __CHOL_U_HPP__
#define __CHOL_U_HPP__
/// \file chol_u.hpp
/// \brief Upper Cholesky factorization variations
/// \author Kyungjoo Kim (kyukim@sandia.gov)
// testing task-data parallelism
// #include "chol_u_unblocked_dummy.hpp"
// flame style implementation
//#include "chol_unblocked.hpp"
//#include "chol_u_blocked.hpp"
// triple for loop
#include "chol_u_unblocked_opt1.hpp"
#include "chol_u_unblocked_opt2.hpp"
// partitioned block algorithms: see control.hpp
#include "chol_u_right_look_by_blocks.hpp"
#endif
Event Timeline
Log In to Comment