| Line 19... |
Line 19... |
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include <private/ipimpl.h> /*I "slepcip.h" I*/
|
#include <slepc-private/ipimpl.h> /*I "slepcip.h" I*/
|
|
|
/* The following definitions are intended to avoid using the "T" versions
|
/* The following definitions are intended to avoid using the "T" versions
|
of dot products in the case of real scalars */
|
of dot products in the case of real scalars */
|
#if defined(PETSC_USE_COMPLEX)
|
#if defined(PETSC_USE_COMPLEX)
|
#define VecXDotBegin VecTDotBegin
|
#define VecXDotBegin VecTDotBegin
|