• Stars
    star
    1
  • Language
    C
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The clients prompts the user for n integers to create an n-vector then sends the vector to the server, The server implements the doCirculant function which does the processing and sends the results back to the client. The client displays the resulting matrix from the server while the server displays the n-vector received from the client.