From 6bfabb67225709fa638d6cfd569a4756d464d57f Mon Sep 17 00:00:00 2001 From: julie Date: Wed, 11 Nov 2015 05:40:19 +0000 Subject: [PATCH] Adding xlapmt to LAPACKE --- LAPACKE/src/CMakeLists.txt | 8 ++++ LAPACKE/src/Makefile | 8 ++++ LAPACKE/src/lapacke_clapmt.c | 51 ++++++++++++++++++++++++ LAPACKE/src/lapacke_clapmt_work.c | 82 +++++++++++++++++++++++++++++++++++++++ LAPACKE/src/lapacke_dlapmt.c | 51 ++++++++++++++++++++++++ LAPACKE/src/lapacke_dlapmt_work.c | 80 ++++++++++++++++++++++++++++++++++++++ LAPACKE/src/lapacke_slapmt.c | 51 ++++++++++++++++++++++++ LAPACKE/src/lapacke_slapmt_work.c | 80 ++++++++++++++++++++++++++++++++++++++ LAPACKE/src/lapacke_zlapmt.c | 51 ++++++++++++++++++++++++ LAPACKE/src/lapacke_zlapmt_work.c | 82 +++++++++++++++++++++++++++++++++++++++ 10 files changed, 544 insertions(+) create mode 100644 LAPACKE/src/lapacke_clapmt.c create mode 100644 LAPACKE/src/lapacke_clapmt_work.c create mode 100644 LAPACKE/src/lapacke_dlapmt.c create mode 100644 LAPACKE/src/lapacke_dlapmt_work.c create mode 100644 LAPACKE/src/lapacke_slapmt.c create mode 100644 LAPACKE/src/lapacke_slapmt_work.c create mode 100644 LAPACKE/src/lapacke_zlapmt.c create mode 100644 LAPACKE/src/lapacke_zlapmt_work.c diff --git a/LAPACKE/src/CMakeLists.txt b/LAPACKE/src/CMakeLists.txt index e4813fd..d0b8068 100644 --- a/LAPACKE/src/CMakeLists.txt +++ b/LAPACKE/src/CMakeLists.txt @@ -259,6 +259,8 @@ lapacke_clantr.c lapacke_clantr_work.c lapacke_clapmr.c lapacke_clapmr_work.c +lapacke_clapmt.c +lapacke_clapmt_work.c lapacke_clarfb.c lapacke_clarfb_work.c lapacke_clarfg.c @@ -683,6 +685,8 @@ lapacke_dlantr.c lapacke_dlantr_work.c lapacke_dlapmr.c lapacke_dlapmr_work.c +lapacke_dlapmt.c +lapacke_dlapmt_work.c lapacke_dlapy2.c lapacke_dlapy2_work.c lapacke_dlapy3.c @@ -1185,6 +1189,8 @@ lapacke_slantr.c lapacke_slantr_work.c lapacke_slapmr.c lapacke_slapmr_work.c +lapacke_slapmt.c +lapacke_slapmt_work.c lapacke_slapy2.c lapacke_slapy2_work.c lapacke_slapy3.c @@ -1777,6 +1783,8 @@ lapacke_zlantr.c lapacke_zlantr_work.c lapacke_zlapmr.c lapacke_zlapmr_work.c +lapacke_zlapmt.c +lapacke_zlapmt_work.c lapacke_zlarfb.c lapacke_zlarfb_work.c lapacke_zlarfg.c diff --git a/LAPACKE/src/Makefile b/LAPACKE/src/Makefile index ccdfdbf..2881a35 100644 --- a/LAPACKE/src/Makefile +++ b/LAPACKE/src/Makefile @@ -293,6 +293,8 @@ lapacke_clantr.o \ lapacke_clantr_work.o \ lapacke_clapmr.o \ lapacke_clapmr_work.o \ +lapacke_clapmt.o \ +lapacke_clapmt_work.o \ lapacke_clarfb.o \ lapacke_clarfb_work.o \ lapacke_clarfg.o \ @@ -717,6 +719,8 @@ lapacke_dlantr.o \ lapacke_dlantr_work.o \ lapacke_dlapmr.o \ lapacke_dlapmr_work.o \ +lapacke_dlapmt.o \ +lapacke_dlapmt_work.o \ lapacke_dlapy2.o \ lapacke_dlapy2_work.o \ lapacke_dlapy3.o \ @@ -1219,6 +1223,8 @@ lapacke_slantr.o \ lapacke_slantr_work.o \ lapacke_slapmr.o \ lapacke_slapmr_work.o \ +lapacke_slapmt.o \ +lapacke_slapmt_work.o \ lapacke_slapy2.o \ lapacke_slapy2_work.o \ lapacke_slapy3.o \ @@ -1811,6 +1817,8 @@ lapacke_zlantr.o \ lapacke_zlantr_work.o \ lapacke_zlapmr.o \ lapacke_zlapmr_work.o \ +lapacke_zlapmt.o \ +lapacke_zlapmt_work.o \ lapacke_zlarfb.o \ lapacke_zlarfb_work.o \ lapacke_zlarfg.o \ diff --git a/LAPACKE/src/lapacke_clapmt.c b/LAPACKE/src/lapacke_clapmt.c new file mode 100644 index 0000000..9a35d4c --- /dev/null +++ b/LAPACKE/src/lapacke_clapmt.c @@ -0,0 +1,51 @@ +/***************************************************************************** + Copyright (c) 2014, Intel Corp. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. +***************************************************************************** +* Contents: Native high-level C interface to LAPACK function clapmt +* Author: Intel Corporation +* Generated November, 2011 +*****************************************************************************/ + +#include "lapacke_utils.h" + +lapack_int LAPACKE_clapmt( int matrix_layout, lapack_logical forwrd, + lapack_int m, lapack_int n, lapack_complex_float* x, + lapack_int ldx, lapack_int* k ) +{ + if( matrix_layout != LAPACK_COL_MAJOR && matrix_layout != LAPACK_ROW_MAJOR ) { + LAPACKE_xerbla( "LAPACKE_clapmt", -1 ); + return -1; + } +#ifndef LAPACK_DISABLE_NAN_CHECK + /* Optionally check input matrices for NaNs */ + if( LAPACKE_cge_nancheck( matrix_layout, m, n, x, ldx ) ) { + return -5; + } +#endif + return LAPACKE_clapmt_work( matrix_layout, forwrd, m, n, x, ldx, k ); +} diff --git a/LAPACKE/src/lapacke_clapmt_work.c b/LAPACKE/src/lapacke_clapmt_work.c new file mode 100644 index 0000000..3f57c96 --- /dev/null +++ b/LAPACKE/src/lapacke_clapmt_work.c @@ -0,0 +1,82 @@ +/***************************************************************************** + Copyright (c) 2014, Intel Corp. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. +***************************************************************************** +* Contents: Native middle-level C interface to LAPACK function clapmt +* Author: Intel Corporation +* Generated November, 2011 +*****************************************************************************/ + +#include "lapacke_utils.h" + +lapack_int LAPACKE_clapmt_work( int matrix_layout, lapack_logical forwrd, + lapack_int m, lapack_int n, + lapack_complex_float* x, lapack_int ldx, + lapack_int* k ) +{ + lapack_int info = 0; + if( matrix_layout == LAPACK_COL_MAJOR ) { + /* Call LAPACK function and adjust info */ + LAPACK_clapmt( &forwrd, &m, &n, x, &ldx, k ); + if( info < 0 ) { + info = info - 1; + } + } else if( matrix_layout == LAPACK_ROW_MAJOR ) { + lapack_int ldx_t = MAX(1,m); + lapack_complex_float* x_t = NULL; + /* Check leading dimension(s) */ + if( ldx < n ) { + info = -6; + LAPACKE_xerbla( "LAPACKE_clapmt_work", info ); + return info; + } + /* Allocate memory for temporary array(s) */ + x_t = (lapack_complex_float*) + LAPACKE_malloc( sizeof(lapack_complex_float) * ldx_t * MAX(1,n) ); + if( x_t == NULL ) { + info = LAPACK_TRANSPOSE_MEMORY_ERROR; + goto exit_level_0; + } + /* Transpose input matrices */ + LAPACKE_cge_trans( matrix_layout, m, n, x, ldx, x_t, ldx_t ); + /* Call LAPACK function and adjust info */ + LAPACK_clapmt( &forwrd, &m, &n, x_t, &ldx_t, k ); + info = 0; /* LAPACK call is ok! */ + /* Transpose output matrices */ + LAPACKE_cge_trans( LAPACK_COL_MAJOR, m, n, x_t, ldx_t, x, ldx ); + /* Release memory and exit */ + LAPACKE_free( x_t ); +exit_level_0: + if( info == LAPACK_TRANSPOSE_MEMORY_ERROR ) { + LAPACKE_xerbla( "LAPACKE_clapmt_work", info ); + } + } else { + info = -1; + LAPACKE_xerbla( "LAPACKE_clapmt_work", info ); + } + return info; +} diff --git a/LAPACKE/src/lapacke_dlapmt.c b/LAPACKE/src/lapacke_dlapmt.c new file mode 100644 index 0000000..40ab46c --- /dev/null +++ b/LAPACKE/src/lapacke_dlapmt.c @@ -0,0 +1,51 @@ +/***************************************************************************** + Copyright (c) 2014, Intel Corp. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. +***************************************************************************** +* Contents: Native high-level C interface to LAPACK function dlapmt +* Author: Intel Corporation +* Generated November, 2011 +*****************************************************************************/ + +#include "lapacke_utils.h" + +lapack_int LAPACKE_dlapmt( int matrix_layout, lapack_logical forwrd, + lapack_int m, lapack_int n, double* x, + lapack_int ldx, lapack_int* k ) +{ + if( matrix_layout != LAPACK_COL_MAJOR && matrix_layout != LAPACK_ROW_MAJOR ) { + LAPACKE_xerbla( "LAPACKE_dlapmt", -1 ); + return -1; + } +#ifndef LAPACK_DISABLE_NAN_CHECK + /* Optionally check input matrices for NaNs */ + if( LAPACKE_dge_nancheck( matrix_layout, m, n, x, ldx ) ) { + return -5; + } +#endif + return LAPACKE_dlapmt_work( matrix_layout, forwrd, m, n, x, ldx, k ); +} diff --git a/LAPACKE/src/lapacke_dlapmt_work.c b/LAPACKE/src/lapacke_dlapmt_work.c new file mode 100644 index 0000000..9cfc79f --- /dev/null +++ b/LAPACKE/src/lapacke_dlapmt_work.c @@ -0,0 +1,80 @@ +/***************************************************************************** + Copyright (c) 2014, Intel Corp. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. +***************************************************************************** +* Contents: Native middle-level C interface to LAPACK function dlapmt +* Author: Intel Corporation +* Generated November, 2011 +*****************************************************************************/ + +#include "lapacke_utils.h" + +lapack_int LAPACKE_dlapmt_work( int matrix_layout, lapack_logical forwrd, + lapack_int m, lapack_int n, double* x, + lapack_int ldx, lapack_int* k ) +{ + lapack_int info = 0; + if( matrix_layout == LAPACK_COL_MAJOR ) { + /* Call LAPACK function and adjust info */ + LAPACK_dlapmt( &forwrd, &m, &n, x, &ldx, k ); + if( info < 0 ) { + info = info - 1; + } + } else if( matrix_layout == LAPACK_ROW_MAJOR ) { + lapack_int ldx_t = MAX(1,m); + double* x_t = NULL; + /* Check leading dimension(s) */ + if( ldx < n ) { + info = -6; + LAPACKE_xerbla( "LAPACKE_dlapmt_work", info ); + return info; + } + /* Allocate memory for temporary array(s) */ + x_t = (double*)LAPACKE_malloc( sizeof(double) * ldx_t * MAX(1,n) ); + if( x_t == NULL ) { + info = LAPACK_TRANSPOSE_MEMORY_ERROR; + goto exit_level_0; + } + /* Transpose input matrices */ + LAPACKE_dge_trans( matrix_layout, m, n, x, ldx, x_t, ldx_t ); + /* Call LAPACK function and adjust info */ + LAPACK_dlapmt( &forwrd, &m, &n, x_t, &ldx_t, k ); + info = 0; /* LAPACK call is ok! */ + /* Transpose output matrices */ + LAPACKE_dge_trans( LAPACK_COL_MAJOR, m, n, x_t, ldx_t, x, ldx ); + /* Release memory and exit */ + LAPACKE_free( x_t ); +exit_level_0: + if( info == LAPACK_TRANSPOSE_MEMORY_ERROR ) { + LAPACKE_xerbla( "LAPACKE_dlapmt_work", info ); + } + } else { + info = -1; + LAPACKE_xerbla( "LAPACKE_dlapmt_work", info ); + } + return info; +} diff --git a/LAPACKE/src/lapacke_slapmt.c b/LAPACKE/src/lapacke_slapmt.c new file mode 100644 index 0000000..7d9a7ab --- /dev/null +++ b/LAPACKE/src/lapacke_slapmt.c @@ -0,0 +1,51 @@ +/***************************************************************************** + Copyright (c) 2014, Intel Corp. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. +***************************************************************************** +* Contents: Native high-level C interface to LAPACK function slapmt +* Author: Intel Corporation +* Generated November, 2011 +*****************************************************************************/ + +#include "lapacke_utils.h" + +lapack_int LAPACKE_slapmt( int matrix_layout, lapack_logical forwrd, + lapack_int m, lapack_int n, float* x, lapack_int ldx, + lapack_int* k ) +{ + if( matrix_layout != LAPACK_COL_MAJOR && matrix_layout != LAPACK_ROW_MAJOR ) { + LAPACKE_xerbla( "LAPACKE_slapmt", -1 ); + return -1; + } +#ifndef LAPACK_DISABLE_NAN_CHECK + /* Optionally check input matrices for NaNs */ + if( LAPACKE_sge_nancheck( matrix_layout, m, n, x, ldx ) ) { + return -5; + } +#endif + return LAPACKE_slapmt_work( matrix_layout, forwrd, m, n, x, ldx, k ); +} diff --git a/LAPACKE/src/lapacke_slapmt_work.c b/LAPACKE/src/lapacke_slapmt_work.c new file mode 100644 index 0000000..34a0816 --- /dev/null +++ b/LAPACKE/src/lapacke_slapmt_work.c @@ -0,0 +1,80 @@ +/***************************************************************************** + Copyright (c) 2014, Intel Corp. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. +***************************************************************************** +* Contents: Native middle-level C interface to LAPACK function slapmt +* Author: Intel Corporation +* Generated November, 2011 +*****************************************************************************/ + +#include "lapacke_utils.h" + +lapack_int LAPACKE_slapmt_work( int matrix_layout, lapack_logical forwrd, + lapack_int m, lapack_int n, float* x, + lapack_int ldx, lapack_int* k ) +{ + lapack_int info = 0; + if( matrix_layout == LAPACK_COL_MAJOR ) { + /* Call LAPACK function and adjust info */ + LAPACK_slapmt( &forwrd, &m, &n, x, &ldx, k ); + if( info < 0 ) { + info = info - 1; + } + } else if( matrix_layout == LAPACK_ROW_MAJOR ) { + lapack_int ldx_t = MAX(1,m); + float* x_t = NULL; + /* Check leading dimension(s) */ + if( ldx < n ) { + info = -6; + LAPACKE_xerbla( "LAPACKE_slapmt_work", info ); + return info; + } + /* Allocate memory for temporary array(s) */ + x_t = (float*)LAPACKE_malloc( sizeof(float) * ldx_t * MAX(1,n) ); + if( x_t == NULL ) { + info = LAPACK_TRANSPOSE_MEMORY_ERROR; + goto exit_level_0; + } + /* Transpose input matrices */ + LAPACKE_sge_trans( matrix_layout, m, n, x, ldx, x_t, ldx_t ); + /* Call LAPACK function and adjust info */ + LAPACK_slapmt( &forwrd, &m, &n, x_t, &ldx_t, k ); + info = 0; /* LAPACK call is ok! */ + /* Transpose output matrices */ + LAPACKE_sge_trans( LAPACK_COL_MAJOR, m, n, x_t, ldx_t, x, ldx ); + /* Release memory and exit */ + LAPACKE_free( x_t ); +exit_level_0: + if( info == LAPACK_TRANSPOSE_MEMORY_ERROR ) { + LAPACKE_xerbla( "LAPACKE_slapmt_work", info ); + } + } else { + info = -1; + LAPACKE_xerbla( "LAPACKE_slapmt_work", info ); + } + return info; +} diff --git a/LAPACKE/src/lapacke_zlapmt.c b/LAPACKE/src/lapacke_zlapmt.c new file mode 100644 index 0000000..8186560 --- /dev/null +++ b/LAPACKE/src/lapacke_zlapmt.c @@ -0,0 +1,51 @@ +/***************************************************************************** + Copyright (c) 2014, Intel Corp. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. +***************************************************************************** +* Contents: Native high-level C interface to LAPACK function zlapmt +* Author: Intel Corporation +* Generated November, 2011 +*****************************************************************************/ + +#include "lapacke_utils.h" + +lapack_int LAPACKE_zlapmt( int matrix_layout, lapack_logical forwrd, + lapack_int m, lapack_int n, lapack_complex_double* x, + lapack_int ldx, lapack_int* k ) +{ + if( matrix_layout != LAPACK_COL_MAJOR && matrix_layout != LAPACK_ROW_MAJOR ) { + LAPACKE_xerbla( "LAPACKE_zlapmt", -1 ); + return -1; + } +#ifndef LAPACK_DISABLE_NAN_CHECK + /* Optionally check input matrices for NaNs */ + if( LAPACKE_zge_nancheck( matrix_layout, m, n, x, ldx ) ) { + return -5; + } +#endif + return LAPACKE_zlapmt_work( matrix_layout, forwrd, m, n, x, ldx, k ); +} diff --git a/LAPACKE/src/lapacke_zlapmt_work.c b/LAPACKE/src/lapacke_zlapmt_work.c new file mode 100644 index 0000000..35e3798 --- /dev/null +++ b/LAPACKE/src/lapacke_zlapmt_work.c @@ -0,0 +1,82 @@ +/***************************************************************************** + Copyright (c) 2014, Intel Corp. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of Intel Corporation nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. +***************************************************************************** +* Contents: Native middle-level C interface to LAPACK function zlapmt +* Author: Intel Corporation +* Generated November, 2011 +*****************************************************************************/ + +#include "lapacke_utils.h" + +lapack_int LAPACKE_zlapmt_work( int matrix_layout, lapack_logical forwrd, + lapack_int m, lapack_int n, + lapack_complex_double* x, lapack_int ldx, + lapack_int* k ) +{ + lapack_int info = 0; + if( matrix_layout == LAPACK_COL_MAJOR ) { + /* Call LAPACK function and adjust info */ + LAPACK_zlapmt( &forwrd, &m, &n, x, &ldx, k ); + if( info < 0 ) { + info = info - 1; + } + } else if( matrix_layout == LAPACK_ROW_MAJOR ) { + lapack_int ldx_t = MAX(1,m); + lapack_complex_double* x_t = NULL; + /* Check leading dimension(s) */ + if( ldx < n ) { + info = -6; + LAPACKE_xerbla( "LAPACKE_zlapmt_work", info ); + return info; + } + /* Allocate memory for temporary array(s) */ + x_t = (lapack_complex_double*) + LAPACKE_malloc( sizeof(lapack_complex_double) * ldx_t * MAX(1,n) ); + if( x_t == NULL ) { + info = LAPACK_TRANSPOSE_MEMORY_ERROR; + goto exit_level_0; + } + /* Transpose input matrices */ + LAPACKE_zge_trans( matrix_layout, m, n, x, ldx, x_t, ldx_t ); + /* Call LAPACK function and adjust info */ + LAPACK_zlapmt( &forwrd, &m, &n, x_t, &ldx_t, k ); + info = 0; /* LAPACK call is ok! */ + /* Transpose output matrices */ + LAPACKE_zge_trans( LAPACK_COL_MAJOR, m, n, x_t, ldx_t, x, ldx ); + /* Release memory and exit */ + LAPACKE_free( x_t ); +exit_level_0: + if( info == LAPACK_TRANSPOSE_MEMORY_ERROR ) { + LAPACKE_xerbla( "LAPACKE_zlapmt_work", info ); + } + } else { + info = -1; + LAPACKE_xerbla( "LAPACKE_zlapmt_work", info ); + } + return info; +} -- 2.7.4