Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/core/op_/alphasparse_convert_csr5.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "alphasparse.h"
#include "alphasparse/format.h"
#include "alphasparse/spmat.h"
#include "alphasparse/util/check.h"
#include "alphasparse/util/malloc.h"

#include <stdio.h>

Expand Down
1 change: 1 addition & 0 deletions src/core/op_/alphasparse_convert_ell.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "alphasparse/spmat.h"
#include "alphasparse/util/check.h"
#include "alphasparse/util/malloc.h"

alphasparse_status_t convert_ell_datatype_coo(const alpha_internal_spmat *source,
alpha_internal_spmat **dest,
alphasparse_datatype_t datatype) {
Expand Down
2 changes: 2 additions & 0 deletions src/core/op_/alphasparse_convert_gebsr.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "alphasparse.h"
#include "alphasparse/format.h"
#include "alphasparse/spmat.h"
#include "alphasparse/util/check.h"
#include "alphasparse/util/malloc.h"

alphasparse_status_t convert_gebsr_datatype_coo(const alpha_internal_spmat *source,
alpha_internal_spmat **dest,
Expand Down
2 changes: 2 additions & 0 deletions src/core/op_/alphasparse_convert_hyb.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "alphasparse.h"
#include "alphasparse/format.h"
#include "alphasparse/spmat.h"
#include "alphasparse/util/check.h"
#include "alphasparse/util/malloc.h"

alphasparse_status_t convert_hyb_datatype_coo(const alpha_internal_spmat *source,
alpha_internal_spmat **dest,
Expand Down
1 change: 1 addition & 0 deletions src/core/op_/alphasparse_convert_sky.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "alphasparse/spmat.h"
#include "alphasparse/util/check.h"
#include "alphasparse/util/malloc.h"

alphasparse_status_t convert_sky_datatype_coo(const alpha_internal_spmat *source,
alpha_internal_spmat **dest,
const alphasparse_fill_mode_t fill,
Expand Down