Class MatrixServiceGrpc.MatrixServiceImplBase
java.lang.Object
org.episteme.server.server.proto.MatrixServiceGrpc.MatrixServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService, MatrixServiceGrpc.AsyncService
- Direct Known Subclasses:
MatrixServiceImpl
- Enclosing class:
MatrixServiceGrpc
public abstract static class MatrixServiceGrpc.MatrixServiceImplBase
extends Object
implements io.grpc.BindableService, MatrixServiceGrpc.AsyncService
Base class for the server implementation of the service MatrixService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MatrixServiceGrpc.AsyncService
biCGSTAB, conjugateGradient, gMRES, linearSolve, matrixAdd, matrixCholesky, matrixDeterminant, matrixEigen, matrixInverse, matrixLU, matrixMultiply, matrixQR, matrixScale, matrixSubtract, matrixSVD, matrixTrace, matrixTranspose, matrixVectorMultiply, solveTriangular, vectorAdd, vectorDot, vectorNorm, vectorScale, vectorSubtract
-
Constructor Details
-
MatrixServiceImplBase
public MatrixServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-